LINALG
Source Files
Modules
Procedures
Derived Types
csr_to_dense
Function
15 statements
Source File
linalg_sparse.f90
linalg_sparse
csr_to_dense
Contents
public pure function csr_to_dense(a) result(x)
Converts a CSR matrix to a dense matrix.
Arguments
Type
Intent
Optional
Attributes
Name
class(
csr_matrix
),
intent(in)
::
a
The CSR matrix to convert.
Return Value
real(kind=real64), allocatable, dimension(:,:)
The dense matrix.